projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25b6945
)
Translate detail strings for radio buttons
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 17 Nov 2010 02:50:04 +0000
(21:50 -0500)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:14 +0000
(15:39 +0100)
gtk/gtkstyle.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstyle.c
b/gtk/gtkstyle.c
index 67337924cde2fa7d0291b0ef21922ce3cba6249d..8981613a67169b5a7179c9b4c0d4e34861ed778c 100644
(file)
--- a/
gtk/gtkstyle.c
+++ b/
gtk/gtkstyle.c
@@
-1735,6
+1735,10
@@
transform_detail_string (const gchar *detail,
gtk_style_context_add_class (context, "check");
gtk_style_context_add_class (context, "menu");
}
+ else if (strcmp (detail, "radiobutton") == 0)
+ {
+ gtk_style_context_add_class (context, "radio");
+ }
else if (strcmp (detail, "option") == 0)
{
gtk_style_context_add_class (context, "radio");